From: Glenn Morris Date: Thu, 22 Mar 2012 19:57:43 +0000 (-0400) Subject: Tweak previous vz-bzr change yet again X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~385 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b53134a43a9945181b29ac64dc0e9f40303c05f5;p=emacs.git Tweak previous vz-bzr change yet again --- diff --git a/lisp/vc/vc-bzr.el b/lisp/vc/vc-bzr.el index 58e1c27c226..798131236d5 100644 --- a/lisp/vc/vc-bzr.el +++ b/lisp/vc/vc-bzr.el @@ -116,7 +116,8 @@ prepends `vc-bzr-status-switches' to ARGS." process-environment))) (apply 'vc-do-command (or buffer "*vc*") okstatus vc-bzr-program file-or-list bzr-command - (if (string-equal "status" bzr-command) + (if (and (string-equal "status" bzr-command) + vc-bzr-status-switches) (append (if (stringp vc-bzr-status-switches) (list vc-bzr-status-switches) vc-bzr-status-switches)